Called by the table view to get populate the row at indexPath with a cell view.
'宣言
Public Overrides NotOverridable Function GetCell( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath _
) As UIKit.UITableViewCell
public override UIKit.UITableViewCell GetCell(
UIKit.UITableView ,
Foundation.NSIndexPath
)
パラメータ
- tableView
- Table view requesting the cell.
- indexPath
- Location of the row where the cell will be displayed.
戻り値の型
An object that inherits from UIKit.UITableViewCell that the table can use for the specified row. Do not return null or an assertion will be raised.